Analytics Screen
fun AnalyticsScreen(modifier: Modifier = Modifier, id: Int = 0, openDrawer: () -> Unit, onNavigateToSummaryDialog: (BiWeeklyEvaluationEntry?) -> Unit)
Displays the main Analytics screen, which includes navigation and a top bar.
Parameters
modifier
Modifier to be applied to the root composable.
id
The current tab index, defaulting to 0.
open Drawer
A lambda function to open the navigation drawer.
on Navigate To Summary Dialog
A lambda function to handle navigation to the summary dialog for a selected bi-weekly evaluation entry.